Skip to content

Comments

Add support for fetching keys from a JWKS endpoint#777

Open
SgtCoDFish wants to merge 1 commit intomasterfrom
keyfetch
Open

Add support for fetching keys from a JWKS endpoint#777
SgtCoDFish wants to merge 1 commit intomasterfrom
keyfetch

Conversation

@SgtCoDFish
Copy link
Contributor

@SgtCoDFish SgtCoDFish commented Feb 19, 2026

This requires changing a few function signatures and plumbing some things together.

Notably, I don't want to have a second service discovery client and send duplicate calls off, so I shared the service discovery client from the CyberArk client and added caching of responses to the service discovery client.

Unfortunately, that means this is much longer than I'd have hoped but most of the changes are pretty simple.

DO NOT MERGE: the e2e tests are passing, but JWKS isn't being used because the upstream JWKS endpoint is not working.

@SgtCoDFish SgtCoDFish force-pushed the keyfetch branch 3 times, most recently from 1a1ca51 to 0a54f3f Compare February 19, 2026 11:17
This requires changing a few function signatures and plumbing some
things together.

Notably, I don't want to have a second service discovery client and send
duplicate calls off, so I shared the service discovery client from the
CyberArk client and added caching of responses to the service discovery
client.

Signed-off-by: Ashley Davis <ashley.davis@cyberark.com>
@SgtCoDFish SgtCoDFish force-pushed the keyfetch branch 5 times, most recently from 8169128 to b158a7e Compare February 23, 2026 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant